home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Example Scripts / Example Scripts (as text) / Finder Scripts / Duplicate & Open < prev    next >
Encoding:
Text File  |  1992-12-02  |  78 b   |  6 lines  |  [TEXT/ToyS]

  1. on open x
  2.     tell application "Finder"
  3.         duplicate x
  4.         Open x
  5.     end tell
  6. end open